home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / rbbs / rudmu10.zip / RUDMU.DOC < prev    next >
Text File  |  1992-10-12  |  4KB  |  91 lines

  1. RUDMU Version 1.0 - (c)1992 by Gary Glueckert, The SUNY BBS 516-420-0818
  2.  
  3.                RBBS Upload Directory Maintenance Utility
  4.                           All Rights Reserved.
  5.  
  6.  
  7. Description
  8. -----------
  9. RUDMU is a utility designed to operate with RBBS-PC to automate the
  10. process of moving files from the upload directory to the proper
  11. download directories. RUDMU is being distributed as "freeware".
  12. The author still owns all rights to this software but allows it's
  13. use to those interested without charge.
  14.  
  15. Using RUDMU
  16. -----------
  17. RUDMU uses a configuration file named RUDMU.CFG located in the same
  18. directory as RUDMU.EXE. Each line of the configuration file contains
  19. a category code and the name of the physical disk directory into which
  20. files of that category will be placed, seperated by a comma.
  21. See the enclosed sample configuration file.
  22.  
  23. It's easy as:
  24.  
  25. 1 - Edit your master FMS so that all of the category codes for your newly
  26.     recieved uploads are correct.
  27. 2 - Place RUDMU.EXE and RUDU.CFG in a directory that is in your PATH statement.
  28.     Change directories to your upload directory and invoke RUDMU.
  29. 3 - RUDMU is invoked with the Drive:\Path\Filename of your Master Listing
  30.     on the command line. Eg: RUDMU C:\RBBS\DIR\MASTER.DIR
  31.  
  32. RUDMU will then proceed to:
  33.      - Count the number of files listed in the Master List
  34.      - Load the filenames and Category codes from the Master into memory
  35.      - Load the category codes and destination directories from RUDMU.CFG
  36.      - Check to see that all of the directories in the CFG file exist.
  37.        (If not, prompt to create them.)
  38.      - Give you a chance to abort before the files are moved.
  39.      - Move all of the files it finds in the Master List into their
  40.        proper directories.
  41.      - Create a log file in the current directory of all files that
  42.        have been moved named RUDMU.LOG.
  43.  
  44. RUDMU will not process any files that it does not find in your Master List
  45. so anything you find left-over in the directory probably isn't listed in
  46. your Master Listing. The same is true for RUDMU.CFG; if it does not
  47. find a match on the category code in the configuration file it will just
  48. leave the file in the directory.
  49.  
  50.  
  51. Limitations
  52. -----------
  53. * RUDMU will not move files across disks.
  54.   If your upload directory is on a different disk than your download
  55.   directories you will have to make a temporary directory on the destination
  56.   disk and copy all of the files into it from the upload directory.
  57. * RUDMU will not overwrite files of the same name in the destination
  58.   directories. This is for your protection. Rather than overwrite a file,
  59.   RUDMU will inform you of the problem and then abort.
  60. * RUDMU does not support a user named configuration file.
  61.   If you would like RUDMU to support different configurations then you will
  62.   have to fudge it. Try creating your configurations with different names
  63.   and then copying them over to RUDMU.CFG when you want them.
  64. * RUDMU does not support multitasking environments.
  65.   It's always best to take down your multitasker when doing this kind of
  66.   work. Although the program will run under DESQView, it is completely
  67.   DV oblivious.
  68. * RUDMU is down and dirty.
  69.   This program makes alot of low-level calls to the system. Although
  70.   they have worked for me well on several different machines, that
  71.   does not mean they will work fine on EVERY machine. Always backup
  72.   your directories and disks before attempting something new! If you
  73.   don't.... don't say I didn't warn you. With that in mind....
  74.  
  75. Disclaimer:
  76. -----------
  77.         The author disclaims any warranties either expressed or implied, 
  78.         including, but not limited to, the applied warranties of 
  79.         mercantabilities or fitness for a particular purpose. All liability
  80.         for all possible damages which may be incurred from the use, or 
  81.         mis-use, of this product is solely with the user.
  82.  
  83.  
  84. Send comments to:
  85.         Gary E. Glueckert
  86.         The State University of New York
  87.         College of Technology at Farmingdale
  88.         Farmingdale, NY 11735
  89. Or call us at:
  90.         The SUNY BBS 516-420-0818
  91.